Block Group: | Browser API |
Icon: |
![]() |
Retrieves the HTML5 view property for a specified Solution Builder component. Works for the following properties:
offsetWidth
offsetHeight
offsetLeft
offsetTop
scrollWidth
scrollHeight
scrollLeft
scrollTop
maxScrollX
maxScrollY
These properties can take input and give output.
objectPath specifies the path of the element to get a property for. For the parent of this dataflow block, enter @parent
.
field specifies the property whose value you want to retrieve. Use one of the properties listed above.
invoke causes the property value to load.
These properties can give output. They cannot take input.
In this example, the offsetWidth
property of the parent element is returned. (82).
![]() |